home *** CD-ROM | disk | FTP | other *** search
/ Aminet 1 (Walnut Creek) / Aminet - June 1993 [Walnut Creek].iso / aminet / text / misc / nenscript1_3.lha / pstext < prev    next >
Text File  |  1992-10-01  |  449b  |  14 lines

  1. #!/bin/sh
  2. #
  3. # $Id: pstext,v 1.1 1992/10/02 01:02:32 craigs Exp $
  4. #
  5. # This script uses nenscript as a direct replacement for the Adobe pstext
  6. # utility. By using nenscript, you also get the capability set set headers
  7. # and lots of other nice things, but this vanilla script just does the basic
  8. # ascii to postscript conversion
  9. #
  10. #    -p-    output to stdout, rather than trying to find a printer
  11. #    -B    don't print headings
  12. #
  13. /usr/local/bin/nenscript -p- -B
  14.